home *** CD-ROM | disk | FTP | other *** search
- on(release){
- set("../:syncDest",_name);
- set("../:syncDestType",eval("../:syncDest").substr("1","1"));
- if(eval("../:syncDestType") == "1" or eval("../:syncDestType") == "3")
- {
- set("../:syncType","1");
- }
- if(int(eval("../:syncDestType")) != "1")
- {
- set("../:syncFrom","3");
- set("../syncFrom:currentFromString","all");
- }
- tellTarget("_level50")
- {
- gotoAndStop("off");
- }
- setProperty("colour", _visible, "0");
- if(iconName ne eval("../:syncDest"))
- {
- tellTarget("../1outlook")
- {
- gotoAndStop("init");
- }
- tellTarget("../2palm")
- {
- gotoAndStop("init");
- }
- tellTarget("../3web")
- {
- gotoAndStop("init");
- }
- tellTarget("../1")
- {
- gotoAndStop("init");
- play();
- }
- tellTarget("../2")
- {
- gotoAndStop("init");
- play();
- }
- tellTarget("../3")
- {
- gotoAndStop("init");
- play();
- }
- gotoAndStop(40);
- set("_level40/sound/lib:sound","253");
- call("_level40/sound/lib:play");
- }
- call("../codelib:checkPrivate");
- }
-